<style>
@import url('https://fonts.googleapis.com/css?family=Roboto');
body{
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
}
footer{
border-radius:0px 0px 20px 20px;
background: linear-gradient(white , DarkBlue);
position:fixed;
bottom:0px;
text-align:center;
padding:1ex;
width: 100%;
}
<style>